3.25 \(\int \sin ^3(a+b x) \sin ^3(2 a+2 b x) \, dx\)

Optimal. Leaf size=31 \[ \frac{8 \sin ^7(a+b x)}{7 b}-\frac{8 \sin ^9(a+b x)}{9 b} \]

[Out]

(8*Sin[a + b*x]^7)/(7*b) - (8*Sin[a + b*x]^9)/(9*b)

________________________________________________________________________________________

Rubi [A]  time = 0.059593, antiderivative size = 31, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.15, Rules used = {4288, 2564, 14} \[ \frac{8 \sin ^7(a+b x)}{7 b}-\frac{8 \sin ^9(a+b x)}{9 b} \]

Antiderivative was successfully verified.

[In]

Int[Sin[a + b*x]^3*Sin[2*a + 2*b*x]^3,x]

[Out]

(8*Sin[a + b*x]^7)/(7*b) - (8*Sin[a + b*x]^9)/(9*b)

Rule 4288

Int[((f_.)*sin[(a_.) + (b_.)*(x_)])^(n_.)*sin[(c_.) + (d_.)*(x_)]^(p_.), x_Symbol] :> Dist[2^p/f^p, Int[Cos[a
+ b*x]^p*(f*Sin[a + b*x])^(n + p), x], x] /; FreeQ[{a, b, c, d, f, n}, x] && EqQ[b*c - a*d, 0] && EqQ[d/b, 2]
&& IntegerQ[p]

Rule 2564

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

\begin{align*} \int \sin ^3(a+b x) \sin ^3(2 a+2 b x) \, dx &=8 \int \cos ^3(a+b x) \sin ^6(a+b x) \, dx\\ &=\frac{8 \operatorname{Subst}\left (\int x^6 \left (1-x^2\right ) \, dx,x,\sin (a+b x)\right )}{b}\\ &=\frac{8 \operatorname{Subst}\left (\int \left (x^6-x^8\right ) \, dx,x,\sin (a+b x)\right )}{b}\\ &=\frac{8 \sin ^7(a+b x)}{7 b}-\frac{8 \sin ^9(a+b x)}{9 b}\\ \end{align*}

Mathematica [A]  time = 0.141587, size = 27, normalized size = 0.87 \[ \frac{4 \sin ^7(a+b x) (7 \cos (2 (a+b x))+11)}{63 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sin[a + b*x]^3*Sin[2*a + 2*b*x]^3,x]

[Out]

(4*(11 + 7*Cos[2*(a + b*x)])*Sin[a + b*x]^7)/(63*b)

________________________________________________________________________________________

Maple [A]  time = 0.01, size = 55, normalized size = 1.8 \begin{align*}{\frac{3\,\sin \left ( bx+a \right ) }{16\,b}}-{\frac{\sin \left ( 3\,bx+3\,a \right ) }{12\,b}}+{\frac{3\,\sin \left ( 7\,bx+7\,a \right ) }{224\,b}}-{\frac{\sin \left ( 9\,bx+9\,a \right ) }{288\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(b*x+a)^3*sin(2*b*x+2*a)^3,x)

[Out]

3/16*sin(b*x+a)/b-1/12*sin(3*b*x+3*a)/b+3/224/b*sin(7*b*x+7*a)-1/288/b*sin(9*b*x+9*a)

________________________________________________________________________________________

Maxima [A]  time = 1.176, size = 63, normalized size = 2.03 \begin{align*} -\frac{7 \, \sin \left (9 \, b x + 9 \, a\right ) - 27 \, \sin \left (7 \, b x + 7 \, a\right ) + 168 \, \sin \left (3 \, b x + 3 \, a\right ) - 378 \, \sin \left (b x + a\right )}{2016 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^3*sin(2*b*x+2*a)^3,x, algorithm="maxima")

[Out]

-1/2016*(7*sin(9*b*x + 9*a) - 27*sin(7*b*x + 7*a) + 168*sin(3*b*x + 3*a) - 378*sin(b*x + a))/b

________________________________________________________________________________________

Fricas [A]  time = 0.488846, size = 138, normalized size = 4.45 \begin{align*} -\frac{8 \,{\left (7 \, \cos \left (b x + a\right )^{8} - 19 \, \cos \left (b x + a\right )^{6} + 15 \, \cos \left (b x + a\right )^{4} - \cos \left (b x + a\right )^{2} - 2\right )} \sin \left (b x + a\right )}{63 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^3*sin(2*b*x+2*a)^3,x, algorithm="fricas")

[Out]

-8/63*(7*cos(b*x + a)^8 - 19*cos(b*x + a)^6 + 15*cos(b*x + a)^4 - cos(b*x + a)^2 - 2)*sin(b*x + a)/b

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)**3*sin(2*b*x+2*a)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B]  time = 1.28407, size = 73, normalized size = 2.35 \begin{align*} -\frac{\sin \left (9 \, b x + 9 \, a\right )}{288 \, b} + \frac{3 \, \sin \left (7 \, b x + 7 \, a\right )}{224 \, b} - \frac{\sin \left (3 \, b x + 3 \, a\right )}{12 \, b} + \frac{3 \, \sin \left (b x + a\right )}{16 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^3*sin(2*b*x+2*a)^3,x, algorithm="giac")

[Out]

-1/288*sin(9*b*x + 9*a)/b + 3/224*sin(7*b*x + 7*a)/b - 1/12*sin(3*b*x + 3*a)/b + 3/16*sin(b*x + a)/b